home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Graphics⁄Sound / crit / critic.r < prev    next >
Encoding:
Text File  |  1987-05-24  |  793 b   |  63 lines  |  [TEXT/????]

  1. *  critic.r -- Resource definition file for the project critic
  2. Critic
  3. APPLCRIT
  4.  
  5. *    finder version data
  6. *    Note that the blank in 'STR ' is significant
  7. TYPE CRIT = STR 
  8.   ,0
  9.   Crit 3.0 -- May 23, 1987
  10.  
  11. * Menus
  12. *   ID (4 => pre-load the resource; must not be purgeable)
  13. Type MENU
  14.   ,1(4)
  15. \14
  16.  About Critic
  17.  (-
  18.  
  19. Type MENU
  20.   ,2(4)
  21. File
  22.  Quit/Q
  23.  
  24.    ,3(4)
  25. Edit
  26.  Undo/Z
  27.  (-
  28.  Cut/X
  29.  Copy/C
  30.  Paste/V
  31.  Clear
  32.  
  33.     ,4(4)
  34. Options
  35.  Voice Setup...
  36.  
  37. * Our Window template
  38. Type WIND
  39.   ,260(36)
  40. Project Critic
  41.   39 1 341 511
  42.   Visible GoAway
  43.   0
  44.   0
  45.  
  46. * Finder's Information
  47. Type BNDL
  48.    ,128(32)
  49.    CRIT 0
  50.    ICN#
  51.    0 128 1 129
  52.    FREF
  53.    0 128 1 129
  54.  
  55. Type FREF
  56.    ,128(32)
  57.    APPL 0
  58.  
  59. * include pre-compiled resources
  60. INCLUDE critic.res
  61. INCLUDE critic.code
  62. ************************************************
  63.